
@media(min-width: 993px) {
	
	/*html{
	    height: 100%;
	}
	body{
	    padding-bottom: 220px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}*/

}	


@media(max-width: 1200px) {
	
}


@media(max-width: 993px) {

	h1 {
	    font-size: 40px;
	}
	header .logo img {
	    max-width: 100px;
	}
	.hp-top h1 {
	    font-size: 50px;
	}
	.hp-top h4 {
	    font-size: 22px;
	}
	.hp-top p {
	    font-size: 18px;
	}

	.help-you h3 {
	    font-size: 22px;
	}
	.julie-profile img {
	    max-width: 300px;
	    margin: auto;
	    margin-bottom: 20px;
	}

	.sitemap-section .links a {
	    width: 32%;
	    font-size: 16px;
	}
	.sitemap-section .links-blog a {
	    width: 49%;
	}

}



@media(max-width: 767px) {

	h1 {
	    font-size: 30px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	p, li {
	    font-size: 16px;
	}
	.default-text {
	    font-size: 16px;
	}

	.image-half, .img-half, .half-img, .half-image {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    padding-right: 0;
	    margin-bottom: 15px;
	}

	.hp-top .site-container {
	    border-bottom: 3px dotted #a2a2a2;
	    padding-bottom: 30px;
	    margin-bottom: 20px;
	}

	.help-you h2 {
	    font-size: 25px;
	}
	.help-you h2 i.fa-solid.fa-arrow-right {
		display: none;
	}
	.help-you h3 {
	    font-size: 18px;
	}

	footer .copyright {
	    font-size: 14px;
	}
	footer .links a {
	    font-size: 14px;
	}

	footer .text .brand {
	    font-size: 25px;
	}

	.services .item {
	    margin-bottom: 20px;
	}
	.services .item h3 {
	    font-size: 18px;
	}

	.sitemap-section .links a {
	    width: 49%;
	}
	.sitemap-section .links-blog a {
	    width: 100%;
	    float: none;
	    margin: 0;
	    margin-bottom: 10px;
	    padding: 5px 0;
	}

	
}



@media(max-width: 450px) {
 
    header .logo img {
        max-width: 80px;
    }
    .hp-top h1 {
        font-size: 35px;
    }
    .hp-top h4 {
        font-size: 20px;
    }

    footer .links a {
        margin: 5px;
    }

    .sitemap {
	    padding-bottom: 0;
	}
	.sitemap-section .links a {
	    width: 100%;
	    float: none;
	    margin: 0;
	    margin-bottom: 10px;
	    padding: 5px 0;
	}
	
}






























